home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1990-12-02 | 525 b | 28 lines |
- Break Off
- Screen Open 0,336,256,8,Lowres
- Hide On : Flash Off : Curs Off : Cls 0
- Auto View Off
- Get Disc Fonts
- Set Font 1
- Set Rainbow 0,0,256,"","",""
- Rainbow 0,0,50,256
- Wave 0 To 15
- TEMP1=1
- TEMP2=1
- For LOP=89 To 0 Step -1
- Rain(0,LOP)=TEMP2*16
- Rain(0,255-LOP)=TEMP2*16
- Play 96-(20+(LOP/2)),0
- View
- Add TEMP1,1,1 To 6
- If TEMP1=6 Then Inc TEMP2
- Next LOP
- Colour 1,$0
- T$="Loading"
- L=Text Length(T$)
- Text(160-L/2)+20,128,T$
- T$="Please Wait"
- L=Text Length(T$)
- Text(160-L/2)+20,160,T$
- Wait 100
- Run "Birds-of-Prey"